home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / emacs.lha / emacs-19.16 / vms / build.com < prev    next >
Text File  |  1992-11-06  |  239b  |  6 lines

  1. $ ! VMS command file to run `temacs.exe' and dump the data file `temacs.dump'.
  2. $ if f$search("temacs.dump;") .nes. "" then delete temacs.dump;*
  3. $ temacs :== $emacs_library:[vms]temacs -batch
  4. $ temacs -l inc-vers
  5. $ temacs -l loadup.el dump
  6.